翻訳と辞書
Words near each other
・ Ichthyovenator
・ Ichthys
・ Ichthys gas field
・ Ichtiar Baru van Hoeve
・ Ichtratzheim
・ Ichtyoselmis
・ Ichu
・ Ichud HaKehillos LeTohar HaMachane
・ Ichupampa District
・ Ichuveyem River
・ Ichuña District
・ Ichwani Hasanuddin
・ Ichy
・ ICI
・ Ici (magazine)
ICI (programming language)
・ Ici ARTV
・ Ici Explora
・ ICI Homes
・ ICI House
・ ICI Laboratory
・ ICI Ltd v Shatwell
・ Ici Musique
・ ICI Pakistan
・ Ici Paris
・ ICI Paris XL
・ Ici Radio-Canada Première
・ Ici Radio-Canada Télé
・ Ici RDI
・ ICI University


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

ICI (programming language) : ウィキペディア英語版
ICI (programming language)

ICI is a general purpose interpreted, computer programming language originally developed by Tim Long in the late 1980s. It has dynamic typing and flexible data types, with the basic syntax, flow control constructs and operators of C. It can be considered broadly similar to Perl, with which it is roughly contemporary. Like Perl, it also has tight integration with regular expressions.
ICI is not an acronym.〔(The ICI Programming Language: Frequently Asked Questions )〕
Primitive data types in ICI include integers, reals, strings, files, safe pointers, and regular expressions. Aggregate data types are arrays, sets, and associative tables. Sets can be heterogeneous, nested, and support the usual set operations: union, intersection, etc.
The language supports subroutines and nested modules. All variables are lexically scoped at the subroutine or module level, but unlike most structured languages, ICI allows the current scope to be adjusted (Tcl also allows this, for example).
ICI is not object-based, many object programming features can be emulated in the language by using a data structure inheritance feature called super-structures.
To support application development, ICI has C-like file I/O and system interface support, as well as a high-level event trigger facility. The language also has a modest standard library of built-in functions.
==References==


抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「ICI (programming language)」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.